Skip to content

Latest commit

 

History

History
 
 

Basics 4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Basics 4

Author: Cujbă Mihai


Description

Change the cookie's value to become admin

Requirements

  • Cookie authentication

Solve

The web application sets the user's state to 'guest' in the cookie. If we change it to 'admin', we can see the flag (we become admin).

To do this, open Developer tools (CTRL+SHIFT+I), then select Storage.



Flag: CSCTF{cookies_give_you_power}